Minor documentation edit
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 May 2014 02:58:47 +0000 (22:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 May 2014 02:58:47 +0000 (22:58 -0400)
gtk/gtkmain.c

index 0b187d500f0bca4f7c70f932aa75b7c6b8fa683c..16a071241bb2c7d2dc33988f7c9ddf6ed656b2dc 100644 (file)
@@ -1020,6 +1020,10 @@ gtk_init_check (int    *argc,
  * the option group returned by gtk_get_option_group(),
  * you don’t have to call gtk_init().
  *
+ * And if you are using #GtkApplication, you don't have to call any of the
+ * initialization functions either; the #GtkApplication::startup handler
+ * does it for you.
+ *
  * This function will terminate your program if it was unable to
  * initialize the windowing system for some reason. If you want
  * your program to fall back to a textual interface you want to